home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17673 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  685 b 

  1. Path: news.halcyon.com!usenet
  2. From: Paul Campbell <seapwc@halcyon.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: MSVC40 INline assembler
  5. Date: Tue, 16 Apr 1996 18:06:28 -0700
  6. Organization: Northwest Nexus Inc.
  7. Message-ID: <31744414.3BB6@halcyon.com>
  8. References: <92@tavakol.muc.de>
  9. NNTP-Posting-Host: blv-pm1-ip29.halcyon.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (WinNT; I)
  14.  
  15. Oliver Kharraz wrote:
  16.  
  17. > I have a short and simple question (which I would like to have an
  18. > answer to *before* I go and buy the product): Is it possible to do
  19. > inline assembly with VC?
  20.  
  21. Yes, __asm {
  22.  
  23. assembler stuff here
  24. }
  25.  
  26. Enjoy
  27.  
  28.  
  29.